From 804e6915f8d6ec0f83b9f14e4c1f3eb33f668803 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 18:16:24 +0200 Subject: 9 new icons: `box-margin`, `box-model`, `box-padding`, `container`, `heading`, `section`, `shadow-off`, `shadow`, `stack-2` Fixed icons: `credit-card-off`, `database-off`, `dimensions`, `frame`, `h-1`, `h-2`, `h-3`, `h-4`, `h-5`, `h-6`, `letter-case-lower`, `letter-case-toggle`, `letter-case-upper`, `letter-case`, `letter-spacing`, `mask-off`, `mask`, `overline`, `receipt-off`, `report`, `stack`, `strikethrough`, `underline` --- icons/calendar-stats.svg | 10 ++++++++++ icons/calendar-time.svg | 10 ++++++++++ icons/circle-half-vertical.svg | 6 ++++++ icons/circle-half.svg | 6 ++++++ icons/cursor-text.svg | 7 +++++++ icons/dimensions.svg | 13 +++++++++++++ icons/letter-case-lower.svg | 8 ++++++++ icons/letter-case-toggle.svg | 8 ++++++++ icons/letter-case-upper.svg | 8 ++++++++ icons/letter-case.svg | 8 ++++++++ icons/letter-spacing.svg | 9 +++++++++ icons/line-dashed.svg | 7 +++++++ icons/line-dotted.svg | 9 +++++++++ icons/mask-off.svg | 7 +++++++ icons/mask.svg | 6 ++++++ icons/minus-vertical.svg | 5 +++++ icons/overline.svg | 6 ++++++ icons/radius-bottom-left.svg | 5 +++++ icons/radius-bottom-right.svg | 5 +++++ icons/radius-top-left.svg | 5 +++++ icons/radius-top-right.svg | 5 +++++ icons/report.svg | 11 +++++++++++ icons/square-rotated-off.svg | 6 ++++++ src/_icons/box-margin.svg | 22 ++++++++++++++++++++++ src/_icons/box-model.svg | 11 +++++++++++ src/_icons/box-padding.svg | 14 ++++++++++++++ src/_icons/container.svg | 16 ++++++++++++++++ src/_icons/credit-card-off.svg | 2 +- src/_icons/database-off.svg | 1 + src/_icons/dimensions.svg | 3 +-- src/_icons/frame.svg | 1 + src/_icons/h-1.svg | 12 ++++++++---- src/_icons/h-2.svg | 12 ++++++++---- src/_icons/h-3.svg | 13 +++++++++---- src/_icons/h-4.svg | 12 ++++++++---- src/_icons/h-5.svg | 12 ++++++++---- src/_icons/h-6.svg | 14 +++++++++----- src/_icons/heading.svg | 12 ++++++++++++ src/_icons/letter-case-lower.svg | 1 + src/_icons/letter-case-toggle.svg | 1 + src/_icons/letter-case-upper.svg | 1 + src/_icons/letter-case.svg | 1 + src/_icons/letter-spacing.svg | 1 + src/_icons/mask-off.svg | 1 + src/_icons/mask.svg | 1 + src/_icons/overline.svg | 5 +++-- src/_icons/receipt-off.svg | 1 + src/_icons/report.svg | 1 + src/_icons/section.svg | 16 ++++++++++++++++ src/_icons/shadow-off.svg | 12 ++++++++++++ src/_icons/shadow.svg | 11 +++++++++++ src/_icons/stack-2.svg | 8 ++++++++ src/_icons/stack.svg | 1 + src/_icons/strikethrough.svg | 5 ++--- src/_icons/underline.svg | 2 ++ 55 files changed, 363 insertions(+), 33 deletions(-) create mode 100644 icons/calendar-stats.svg create mode 100644 icons/calendar-time.svg create mode 100644 icons/circle-half-vertical.svg create mode 100644 icons/circle-half.svg create mode 100644 icons/cursor-text.svg create mode 100644 icons/dimensions.svg create mode 100644 icons/letter-case-lower.svg create mode 100644 icons/letter-case-toggle.svg create mode 100644 icons/letter-case-upper.svg create mode 100644 icons/letter-case.svg create mode 100644 icons/letter-spacing.svg create mode 100644 icons/line-dashed.svg create mode 100644 icons/line-dotted.svg create mode 100644 icons/mask-off.svg create mode 100644 icons/mask.svg create mode 100644 icons/minus-vertical.svg create mode 100644 icons/overline.svg create mode 100644 icons/radius-bottom-left.svg create mode 100644 icons/radius-bottom-right.svg create mode 100644 icons/radius-top-left.svg create mode 100644 icons/radius-top-right.svg create mode 100644 icons/report.svg create mode 100644 icons/square-rotated-off.svg create mode 100644 src/_icons/box-margin.svg create mode 100644 src/_icons/box-model.svg create mode 100644 src/_icons/box-padding.svg create mode 100644 src/_icons/container.svg create mode 100644 src/_icons/heading.svg create mode 100644 src/_icons/section.svg create mode 100644 src/_icons/shadow-off.svg create mode 100644 src/_icons/shadow.svg create mode 100644 src/_icons/stack-2.svg diff --git a/icons/calendar-stats.svg b/icons/calendar-stats.svg new file mode 100644 index 00000000..f9820d52 --- /dev/null +++ b/icons/calendar-stats.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/icons/calendar-time.svg b/icons/calendar-time.svg new file mode 100644 index 00000000..62f8b31f --- /dev/null +++ b/icons/calendar-time.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/icons/circle-half-vertical.svg b/icons/circle-half-vertical.svg new file mode 100644 index 00000000..daa19e17 --- /dev/null +++ b/icons/circle-half-vertical.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/circle-half.svg b/icons/circle-half.svg new file mode 100644 index 00000000..440a60a8 --- /dev/null +++ b/icons/circle-half.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/cursor-text.svg b/icons/cursor-text.svg new file mode 100644 index 00000000..602d9ae5 --- /dev/null +++ b/icons/cursor-text.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/icons/dimensions.svg b/icons/dimensions.svg new file mode 100644 index 00000000..44610d2d --- /dev/null +++ b/icons/dimensions.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/icons/letter-case-lower.svg b/icons/letter-case-lower.svg new file mode 100644 index 00000000..683efb94 --- /dev/null +++ b/icons/letter-case-lower.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-case-toggle.svg b/icons/letter-case-toggle.svg new file mode 100644 index 00000000..f7c85163 --- /dev/null +++ b/icons/letter-case-toggle.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-case-upper.svg b/icons/letter-case-upper.svg new file mode 100644 index 00000000..e8c9f4bb --- /dev/null +++ b/icons/letter-case-upper.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-case.svg b/icons/letter-case.svg new file mode 100644 index 00000000..d45a48bc --- /dev/null +++ b/icons/letter-case.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-spacing.svg b/icons/letter-spacing.svg new file mode 100644 index 00000000..f4772469 --- /dev/null +++ b/icons/letter-spacing.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/icons/line-dashed.svg b/icons/line-dashed.svg new file mode 100644 index 00000000..0fd9ba6e --- /dev/null +++ b/icons/line-dashed.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/icons/line-dotted.svg b/icons/line-dotted.svg new file mode 100644 index 00000000..277af435 --- /dev/null +++ b/icons/line-dotted.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/icons/mask-off.svg b/icons/mask-off.svg new file mode 100644 index 00000000..6a3f51f0 --- /dev/null +++ b/icons/mask-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/icons/mask.svg b/icons/mask.svg new file mode 100644 index 00000000..82b4eb37 --- /dev/null +++ b/icons/mask.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/minus-vertical.svg b/icons/minus-vertical.svg new file mode 100644 index 00000000..d32865c1 --- /dev/null +++ b/icons/minus-vertical.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/overline.svg b/icons/overline.svg new file mode 100644 index 00000000..7b86c404 --- /dev/null +++ b/icons/overline.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/radius-bottom-left.svg b/icons/radius-bottom-left.svg new file mode 100644 index 00000000..c1c1089b --- /dev/null +++ b/icons/radius-bottom-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/radius-bottom-right.svg b/icons/radius-bottom-right.svg new file mode 100644 index 00000000..6b14c98d --- /dev/null +++ b/icons/radius-bottom-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/radius-top-left.svg b/icons/radius-top-left.svg new file mode 100644 index 00000000..f664655a --- /dev/null +++ b/icons/radius-top-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/radius-top-right.svg b/icons/radius-top-right.svg new file mode 100644 index 00000000..6030c69b --- /dev/null +++ b/icons/radius-top-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/report.svg b/icons/report.svg new file mode 100644 index 00000000..09ac638a --- /dev/null +++ b/icons/report.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/icons/square-rotated-off.svg b/icons/square-rotated-off.svg new file mode 100644 index 00000000..462feed5 --- /dev/null +++ b/icons/square-rotated-off.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/box-margin.svg b/src/_icons/box-margin.svg new file mode 100644 index 00000000..6be98b9b --- /dev/null +++ b/src/_icons/box-margin.svg @@ -0,0 +1,22 @@ +--- +category: Design +--- + + + + + + + + + + + + + + + + + + + diff --git a/src/_icons/box-model.svg b/src/_icons/box-model.svg new file mode 100644 index 00000000..a3400f83 --- /dev/null +++ b/src/_icons/box-model.svg @@ -0,0 +1,11 @@ +--- +category: Design +--- + + + + + + + + diff --git a/src/_icons/box-padding.svg b/src/_icons/box-padding.svg new file mode 100644 index 00000000..e8c18cc6 --- /dev/null +++ b/src/_icons/box-padding.svg @@ -0,0 +1,14 @@ +--- +category: Design +--- + + + + + + + + + + + diff --git a/src/_icons/container.svg b/src/_icons/container.svg new file mode 100644 index 00000000..668073db --- /dev/null +++ b/src/_icons/container.svg @@ -0,0 +1,16 @@ +--- +category: Design +--- + + + + + + + + + + + + + diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg index 7196a50a..09504c38 100644 --- a/src/_icons/credit-card-off.svg +++ b/src/_icons/credit-card-off.svg @@ -4,7 +4,7 @@ version: 1.24 --- - + diff --git a/src/_icons/database-off.svg b/src/_icons/database-off.svg index d7d93b2e..d475a159 100644 --- a/src/_icons/database-off.svg +++ b/src/_icons/database-off.svg @@ -1,4 +1,5 @@ --- +category: Database --- diff --git a/src/_icons/dimensions.svg b/src/_icons/dimensions.svg index 4b504854..c2226b48 100644 --- a/src/_icons/dimensions.svg +++ b/src/_icons/dimensions.svg @@ -1,13 +1,12 @@ --- +category: Design --- - - diff --git a/src/_icons/frame.svg b/src/_icons/frame.svg index 1c2674c8..e689bf11 100644 --- a/src/_icons/frame.svg +++ b/src/_icons/frame.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [crop] version: 1.0 --- diff --git a/src/_icons/h-1.svg b/src/_icons/h-1.svg index 919ad284..167318a5 100644 --- a/src/_icons/h-1.svg +++ b/src/_icons/h-1.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-2.svg b/src/_icons/h-2.svg index a32de41e..c72ef7b7 100644 --- a/src/_icons/h-2.svg +++ b/src/_icons/h-2.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-3.svg b/src/_icons/h-3.svg index 8dfbbe33..a4cf77d4 100644 --- a/src/_icons/h-3.svg +++ b/src/_icons/h-3.svg @@ -4,8 +4,13 @@ category: Text version: 1.16 --- - - - - + + + + + + + + + diff --git a/src/_icons/h-4.svg b/src/_icons/h-4.svg index 5851a0db..7f20632a 100644 --- a/src/_icons/h-4.svg +++ b/src/_icons/h-4.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-5.svg b/src/_icons/h-5.svg index e365fecb..2d256bbd 100644 --- a/src/_icons/h-5.svg +++ b/src/_icons/h-5.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-6.svg b/src/_icons/h-6.svg index 70cc98b0..0f91311d 100644 --- a/src/_icons/h-6.svg +++ b/src/_icons/h-6.svg @@ -4,9 +4,13 @@ category: Text version: 1.16 --- - - - - - + + + + + + + + + diff --git a/src/_icons/heading.svg b/src/_icons/heading.svg new file mode 100644 index 00000000..0702b03d --- /dev/null +++ b/src/_icons/heading.svg @@ -0,0 +1,12 @@ +--- +category: Text +--- + + + + + + + + + diff --git a/src/_icons/letter-case-lower.svg b/src/_icons/letter-case-lower.svg index 10dbc4c5..bfca2cd4 100644 --- a/src/_icons/letter-case-lower.svg +++ b/src/_icons/letter-case-lower.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-case-toggle.svg b/src/_icons/letter-case-toggle.svg index 628e791d..3e1a8fde 100644 --- a/src/_icons/letter-case-toggle.svg +++ b/src/_icons/letter-case-toggle.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-case-upper.svg b/src/_icons/letter-case-upper.svg index 66dc357c..5683ea36 100644 --- a/src/_icons/letter-case-upper.svg +++ b/src/_icons/letter-case-upper.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-case.svg b/src/_icons/letter-case.svg index 179eb9ac..ffb9cb84 100644 --- a/src/_icons/letter-case.svg +++ b/src/_icons/letter-case.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-spacing.svg b/src/_icons/letter-spacing.svg index b4328d0b..e45ea1c5 100644 --- a/src/_icons/letter-spacing.svg +++ b/src/_icons/letter-spacing.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/mask-off.svg b/src/_icons/mask-off.svg index ed8341c0..b3a596b3 100644 --- a/src/_icons/mask-off.svg +++ b/src/_icons/mask-off.svg @@ -1,4 +1,5 @@ --- +category: Design --- diff --git a/src/_icons/mask.svg b/src/_icons/mask.svg index c3fd0142..f278bc10 100644 --- a/src/_icons/mask.svg +++ b/src/_icons/mask.svg @@ -1,4 +1,5 @@ --- +category: Design --- diff --git a/src/_icons/overline.svg b/src/_icons/overline.svg index 26921e43..831212da 100644 --- a/src/_icons/overline.svg +++ b/src/_icons/overline.svg @@ -1,6 +1,7 @@ --- +category: Text --- - - + + diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg index 74cd7d56..ed92a067 100644 --- a/src/_icons/receipt-off.svg +++ b/src/_icons/receipt-off.svg @@ -1,4 +1,5 @@ --- +category: Document --- diff --git a/src/_icons/report.svg b/src/_icons/report.svg index c99fde29..cbca9552 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -1,4 +1,5 @@ --- +category: Document --- diff --git a/src/_icons/section.svg b/src/_icons/section.svg new file mode 100644 index 00000000..8b4f6bc8 --- /dev/null +++ b/src/_icons/section.svg @@ -0,0 +1,16 @@ +--- +category: Design +--- + + + + + + + + + + + + + diff --git a/src/_icons/shadow-off.svg b/src/_icons/shadow-off.svg new file mode 100644 index 00000000..f887a57d --- /dev/null +++ b/src/_icons/shadow-off.svg @@ -0,0 +1,12 @@ +--- +category: Design +--- + + + + + + + + + diff --git a/src/_icons/shadow.svg b/src/_icons/shadow.svg new file mode 100644 index 00000000..c6fc67a1 --- /dev/null +++ b/src/_icons/shadow.svg @@ -0,0 +1,11 @@ +--- +category: Design +--- + + + + + + + + diff --git a/src/_icons/stack-2.svg b/src/_icons/stack-2.svg new file mode 100644 index 00000000..6b265bc0 --- /dev/null +++ b/src/_icons/stack-2.svg @@ -0,0 +1,8 @@ +--- +category: Design +tags: [pile, elements, layout, wrap] +--- + + + + diff --git a/src/_icons/stack.svg b/src/_icons/stack.svg index a44e2fd6..a3f06694 100644 --- a/src/_icons/stack.svg +++ b/src/_icons/stack.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [pile, elements, layout, wrap] version: 1.1 --- diff --git a/src/_icons/strikethrough.svg b/src/_icons/strikethrough.svg index 5e0b2d6b..2f752358 100644 --- a/src/_icons/strikethrough.svg +++ b/src/_icons/strikethrough.svg @@ -4,7 +4,6 @@ category: Text version: 1.3 --- - - - + + diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index 16642fda..6e8bdb61 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,4 +1,6 @@ --- +tags: [underscore, emphasis, horizontal, typography] +category: Text --- -- cgit v1.2.1