diff --git a/assets/briefcase-fill.svg b/assets/briefcase-fill.svg new file mode 100644 index 0000000..3f8c677 --- /dev/null +++ b/assets/briefcase-fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/briefcase.svg b/assets/briefcase.svg new file mode 100644 index 0000000..3dd9457 --- /dev/null +++ b/assets/briefcase.svg @@ -0,0 +1,3 @@ + + + diff --git a/package-lock.json b/package-lock.json index 7778013..e809e0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lifesg/react-icons", - "version": "1.15.0", + "version": "1.16.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d199abf..311fbfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifesg/react-icons", - "version": "1.15.0", + "version": "1.16.0", "description": "An icon component library for LifeSG and BookingSG web apps", "main": "dist/cjs/index.js", "module": "dist/index.js", diff --git a/src/briefcase-fill.tsx b/src/briefcase-fill.tsx new file mode 100644 index 0000000..e66e782 --- /dev/null +++ b/src/briefcase-fill.tsx @@ -0,0 +1,18 @@ +import * as React from "react"; +import { SVGProps } from "react"; +export const BriefcaseFillIcon = (props: SVGProps) => ( + + + +); +BriefcaseFillIcon.displayName = "BriefcaseFillIcon"; diff --git a/src/briefcase.tsx b/src/briefcase.tsx new file mode 100644 index 0000000..3bc7dc0 --- /dev/null +++ b/src/briefcase.tsx @@ -0,0 +1,18 @@ +import * as React from "react"; +import { SVGProps } from "react"; +export const BriefcaseIcon = (props: SVGProps) => ( + + + +); +BriefcaseIcon.displayName = "BriefcaseIcon"; diff --git a/src/index.ts b/src/index.ts index 65c2a3c..c67d89b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,6 +32,8 @@ export * from "./bookmark-fill"; export * from "./bookmark"; export * from "./box-fill"; export * from "./box"; +export * from "./briefcase-fill"; +export * from "./briefcase"; export * from "./building"; export * from "./calendar-cross-fill"; export * from "./calendar-cross"; diff --git a/stories/icon/data.tsx b/stories/icon/data.tsx index 3c51caa..431d6ff 100644 --- a/stories/icon/data.tsx +++ b/stories/icon/data.tsx @@ -30,6 +30,8 @@ import { BookmarkIcon, BoxFillIcon, BoxIcon, + BriefcaseFillIcon, + BriefcaseIcon, BuildingIcon, CalendarCrossFillIcon, CalendarCrossIcon, @@ -264,6 +266,9 @@ export const ICONS: JSX.Element[] = [ // Box , , + // Briefcase + , + , // Building , // Calendar