aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pdf.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pdf.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pdf.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pdf.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pdf.jsx
new file mode 100755
index 0000000..1fc252e
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pdf.jsx
@@ -0,0 +1,10 @@
1import Icon from "../icon.jsx";
2
3export default function PDF(props) {
4 return (
5 <Icon {...props}>
6 <path d="M21.47 6.8H2.53c-1.16 0-2.1.94-2.1 2.1v8.44c0 1.17.94 2.11 2.1 2.11h18.94c1.16 0 2.1-.94 2.1-2.1V8.9c0-1.17-.94-2.11-2.1-2.11zM5.99 14.22H5.2v1.62a.7.7 0 01-1.4 0L3.8 10.5a.7.7 0 01.7-.7h1.49c1.23 0 2.24.99 2.24 2.2 0 1.23-1 2.22-2.24 2.22zm6.03 2.16h-1.5a.7.7 0 01-.71-.7L9.8 10.5a.7.7 0 01.7-.7h1.47c1.67 0 2.8 1.32 2.8 3.3 0 1.87-1.16 3.25-2.75 3.28zm7.2-4.04a.7.7 0 010 1.41h-1.27v2a.7.7 0 01-1.4 0v-5.3c0-.4.31-.7.7-.7h2.15a.7.7 0 010 1.4h-1.45v1.2h1.28z" />
7 <path d="M11.97 11.2h-.77l.01 3.78H12c.94-.03 1.36-.96 1.36-1.89 0-.44-.1-1.89-1.4-1.89zM5.99 11.2H5.2a401.72 401.72 0 010 1.62h.78c.45 0 .83-.38.83-.81 0-.44-.38-.8-.83-.8zM20.74 5.4a3.5 3.5 0 00-.75-1.22L17.07 1.1C16.4.4 15.47 0 14.52 0H5.16C3.99 0 3.05.95 3.05 2.1v3.3h17.69zM3.05 20.86v1.03c0 1.16.94 2.11 2.1 2.11h13.7c1.16 0 2.1-.95 2.1-2.1v-1.04H3.05z" />
8 </Icon>
9 );
10}