Skip to content

Commit

Permalink
More icons
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Oct 22, 2024
1 parent 83d94db commit f5bf8fa
Show file tree
Hide file tree
Showing 24 changed files with 169 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Removed the “Show the Title field” entry type setting. The “Title” element can now be removed from the field layout instead. ([#15942](https://github.com/craftcms/cms/pull/15942))
- Entry types can now specify a Default Title Format, which will be used even if the Title field is included in the field layout, to generate a default Title value if the field is blank. ([#15942](https://github.com/craftcms/cms/pull/15942))
- It’s now possible to control whether entry types’ Title fields are required. ([#15942](https://github.com/craftcms/cms/pull/15942))
- Added the `camera-retro`, `chevron-down`, `chevron-left`, `chevron-right`, `chevron-up`, `chevrons-down`, `chevrons-left`, `chevrons-right`, `chevrons-up`, `image-landscape`, `image-portrait`, `panorama`, `pen-clip`, `pen-fancy`, `pen-field`, `pen-line`, `pen-nib`, `pen-paintbrush`, `pencil-mechanical`, `photo-film-music`, and `photo-film` icons.
- Added `pc/*` commands as an alias of `project-config/*`.
- Added the `resave/all` command.
- Added the `--except`, `--minor-only`, and `--patch-only` options to the `update` command. ([#15829](https://github.com/craftcms/cms/pull/15829))
Expand Down
21 changes: 21 additions & 0 deletions scripts/copyicons.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
'solid/camcorder.svg',
'solid/camera-cctv.svg',
'solid/camera-movie.svg',
'solid/camera-retro.svg',
'solid/camera.svg',
'solid/campfire.svg',
'solid/campground.svg',
Expand Down Expand Up @@ -234,6 +235,14 @@
'solid/chess-board.svg',
'solid/chess-clock.svg',
'solid/chestnut.svg',
'solid/chevron-down.svg',
'solid/chevron-left.svg',
'solid/chevron-right.svg',
'solid/chevron-up.svg',
'solid/chevrons-down.svg',
'solid/chevrons-left.svg',
'solid/chevrons-right.svg',
'solid/chevrons-up.svg',
'solid/child.svg',
'solid/children.svg',
'solid/chimney.svg',
Expand Down Expand Up @@ -649,7 +658,9 @@
'solid/id-badge.svg',
'solid/id-card.svg',
'solid/igloo.svg',
'solid/image-landscape.svg',
'solid/image-polaroid.svg',
'solid/image-portrait.svg',
'solid/image-slash.svg',
'solid/image.svg',
'solid/images.svg',
Expand Down Expand Up @@ -817,6 +828,7 @@
'solid/paintbrush.svg',
'solid/palette.svg',
'solid/pancakes.svg',
'solid/panorama.svg',
'solid/paper-plane.svg',
'solid/paperclip.svg',
'solid/parachute-box.svg',
Expand All @@ -835,8 +847,15 @@
'solid/pedestal.svg',
'solid/pegasus.svg',
'solid/pen-circle.svg',
'solid/pen-clip.svg',
'solid/pen-fancy.svg',
'solid/pen-field.svg',
'solid/pen-line.svg',
'solid/pen-nib.svg',
'solid/pen-paintbrush.svg',
'solid/pen-to-square.svg',
'solid/pen.svg',
'solid/pencil-mechanical.svg',
'solid/pencil.svg',
'solid/people.svg',
'solid/pepper-hot.svg',
Expand Down Expand Up @@ -870,6 +889,8 @@
'solid/phone-office.svg',
'solid/phone-rotary.svg',
'solid/phone.svg',
'solid/photo-film-music.svg',
'solid/photo-film.svg',
'solid/pi.svg',
'solid/piano-keyboard.svg',
'solid/piano.svg',
Expand Down
126 changes: 126 additions & 0 deletions src/icons/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,12 @@
'terms' => ' camera cinema director film movie movie camera theater video ',
'pro' => true,
),
'camera-retro' =>
array(
'name' => ' camera retro ',
'terms' => ' camera image img lens photo picture record shutter video ',
'pro' => false,
),
'campfire' =>
array(
'name' => ' campfire ',
Expand Down Expand Up @@ -1171,6 +1177,54 @@
'terms' => ' nut plant ',
'pro' => true,
),
'chevron-down' =>
array(
'name' => ' chevron down ',
'terms' => ' arrow download expand insert ',
'pro' => false,
),
'chevron-left' =>
array(
'name' => ' chevron left ',
'terms' => ' left pointing angle bracket arrow back bracket previous ',
'pro' => false,
),
'chevron-right' =>
array(
'name' => ' chevron right ',
'terms' => ' right pointing angle bracket arrow bracket forward next ',
'pro' => false,
),
'chevron-up' =>
array(
'name' => ' chevron up ',
'terms' => ' arrow collapse upgrade upload ',
'pro' => false,
),
'chevrons-down' =>
array(
'name' => ' chevrons down ',
'terms' => ' arrow download expand ',
'pro' => true,
),
'chevrons-left' =>
array(
'name' => ' chevrons left ',
'terms' => ' arrow back bracket previous ',
'pro' => true,
),
'chevrons-right' =>
array(
'name' => ' chevrons right ',
'terms' => ' arrow bracket forward next ',
'pro' => true,
),
'chevrons-up' =>
array(
'name' => ' chevrons up ',
'terms' => ' arrow collapse upgrade upload ',
'pro' => true,
),
'child' =>
array(
'name' => ' child ',
Expand Down Expand Up @@ -3673,12 +3727,24 @@
'terms' => ' album img landscape photo picture ',
'pro' => false,
),
'image-landscape' =>
array(
'name' => ' image landscape ',
'terms' => ' image img mountain photo ',
'pro' => true,
),
'image-polaroid' =>
array(
'name' => ' image polaroid ',
'terms' => ' capture film img instant camera lens photo photography retro snapshot vintage ',
'pro' => true,
),
'image-portrait' =>
array(
'name' => ' image portrait ',
'terms' => ' id image img photo picture selfie uer username ',
'pro' => false,
),
'image-slash' =>
array(
'name' => ' image slash ',
Expand Down Expand Up @@ -4675,6 +4741,12 @@
'terms' => ' breakfast crepe flapjack hotcake pancake stack syrup ',
'pro' => true,
),
'panorama' =>
array(
'name' => ' panorama ',
'terms' => ' image img landscape photo wide ',
'pro' => false,
),
'paper-plane' =>
array(
'name' => ' paper plane ',
Expand Down Expand Up @@ -4789,6 +4861,42 @@
'terms' => ' draw edit modify pencil write ',
'pro' => true,
),
'pen-clip' =>
array(
'name' => ' pen clip ',
'terms' => ' design edit modify update write ',
'pro' => false,
),
'pen-fancy' =>
array(
'name' => ' pen fancy ',
'terms' => ' black nib design edit fountain fountain pen modify nib pen update write ',
'pro' => false,
),
'pen-field' =>
array(
'name' => ' pen field ',
'terms' => ' imput modify signature username ',
'pro' => true,
),
'pen-line' =>
array(
'name' => ' pen line ',
'terms' => ' draw modify write ',
'pro' => true,
),
'pen-nib' =>
array(
'name' => ' pen nib ',
'terms' => ' design edit fountain pen modify update write ',
'pro' => false,
),
'pen-paintbrush' =>
array(
'name' => ' pen paintbrush ',
'terms' => ' art design modify paint pencil write ',
'pro' => true,
),
'pen-to-square' =>
array(
'name' => ' pen to square ',
Expand All @@ -4801,6 +4909,12 @@
'terms' => ' lower left pencil design draw edit lead maintenance modify pencil update write ',
'pro' => false,
),
'pencil-mechanical' =>
array(
'name' => ' pencil mechanical ',
'terms' => ' draw edit eraser graphite lead pencil stylus write ',
'pro' => true,
),
'people' =>
array(
'name' => ' people ',
Expand Down Expand Up @@ -4993,6 +5107,18 @@
'terms' => ' call earphone number phone retro support telephone vintage voice ',
'pro' => true,
),
'photo-film' =>
array(
'name' => ' photo film ',
'terms' => ' av film image library media ',
'pro' => false,
),
'photo-film-music' =>
array(
'name' => ' photo film music ',
'terms' => ' img media ',
'pro' => true,
),
'pi' =>
array(
'name' => ' pi ',
Expand Down
1 change: 1 addition & 0 deletions src/icons/solid/camera-retro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevron-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevron-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevron-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevron-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevrons-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevrons-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevrons-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/chevrons-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/image-landscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/image-portrait.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/panorama.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/pen-clip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/pen-fancy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/pen-field.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/pen-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/pen-nib.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/pen-paintbrush.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/solid/pencil-mechanical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f5bf8fa

Please sign in to comment.