styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.42 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Ary = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm7.917-10.89l-7.589 2.733a.806.806 0 01-.595 0L8.12 21.11a.912.912 0 01-.595-.86v1.1a.9.9 0 00.595.86l7.588 2.733c.199.076.41.076.596 0l7.588-2.732a.912.912 0 00.595-.86v-1.1a.848.848 0 01-.57.86zm0-1.948l-7.589 2.733a.806.806 0 01-.595 0L8.12 19.162a.929.929 0 01-.595-.872v1.113a.9.9 0 00.595.86l7.588 2.732c.199.076.41.076.596 0l7.588-2.732a.912.912 0 00.595-.86v-1.1a.868.868 0 01-.57.86zm0-1.96l-7.589 2.732a.806.806 0 01-.595 0L8.12 17.202a.912.912 0 01-.595-.86v1.1a.9.9 0 00.595.86l7.6 2.745c.2.076.41.076.596 0l7.588-2.732a.912.912 0 00.596-.86v-1.1a.88.88 0 01-.583.847zM7.5 10.662v4.832a.9.9 0 00.595.86l7.589 2.732a.805.805 0 00.595 0l7.613-2.732a.912.912 0 00.595-.86v-4.832a.9.9 0 00-.595-.86l-7.6-2.745a.806.806 0 00-.596 0l-7.6 2.745a.9.9 0 00-.596.86z", key: "k0" })));
});
Ary.displayName = 'Ary';
export var AryDimensions = { height: 32, width: 32 };