diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ableton.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ableton.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ableton.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ableton.jsx new file mode 100755 index 0000000..c57cf32 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ableton.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Ableton(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M1.58214 17.8332c0 .0971-.08573.1668-.17146.1668H.18559C.08573 18 0 17.9303 0 17.8332V7.16772c0-.06969.08573-.15332.18559-.15332h1.22557c.08573 0 .17147.08363.17147.15332L1.58214 17.8332zm3.20666 0c0 .0971-.08574.1668-.17147.1668H3.39225c-.09986 0-.18511-.0697-.18511-.1668V7.16772c0-.06969.08525-.15332.18511-.15332h1.22557c.08573 0 .17146.08363.17146.15332L4.7888 17.8332zm3.20665 0c0 .0971-.08524.1668-.17146.1668H6.59842c-.09986 0-.18511-.0697-.18511-.1668V7.16772c0-.06969.08525-.15332.18511-.15332h1.22557c.08622 0 .17146.08363.17146.15332V17.8332zm3.22075 0c0 .0971-.0857.1668-.1709.1668H9.81969c-.09986 0-.18559-.0697-.18559-.1668V7.16772c0-.06969.08573-.15332.18559-.15332h1.22561c.0852 0 .1709.08363.1709.15332V17.8332zM23.829 7c.0994 0 .171.08456.171.16772v1.2024c0 .09803-.0711.18166-.171.18166H12.9547c-.0711 0-.1563-.08363-.1563-.18166v-1.2024c0-.08363.0857-.16772.1563-.16772H23.829zm0 3.1593c.0994 0 .171.0841.171.1677v1.202c0 .0975-.0711.1816-.171.1816H12.9547c-.0711 0-.1563-.0841-.1563-.1816v-1.202c0-.0841.0857-.1677.1563-.1677H23.829zm0 3.1449c.0994 0 .171.0837.171.1678v1.2014c0 .099-.0711.1826-.171.1826H12.9547c-.0711 0-.1563-.0836-.1563-.1826V13.472c0-.0846.0857-.1678.1563-.1678H23.829zm0 3.144c.0994 0 .171.0846.171.1677v1.2024c0 .0981-.0711.1817-.171.1817H12.9547c-.0711 0-.1563-.0836-.1563-.1817v-1.2024c0-.0836.0857-.1677.1563-.1677H23.829z" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
