@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Allocine = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16.434.001a.826.826 0 0 0-.164.008l-3.423.543a2.635 2.635 0 0 1-2.189 3.01 2.629 2.629 0 0 1-3.01-2.185l-3.417.538a.818.818 0 0 0-.677.931l3.24 20.467a.818.818 0 0 0 .931.677l3.423-.543a2.635 2.635 0 0 1 2.189-3.01 2.629 2.629 0 0 1 3.01 2.185l3.422-.543a.818.818 0 0 0 .677-.93L17.2.685A.816.816 0 0 0 16.433 0zm-3.22 6.534c.066 0 .128.005.185.017.423.09.975.6 1.315.955.178.187.192.519.048.73l-1.228 1.795a.89.89 0 0 1-.437.283c-.504.125-1.248-.95-1.771 1.507-.524 2.458.59 1.776 1.003 2.098a.828.828 0 0 1 .283.437l.394 2.14a.613.613 0 0 1-.341.649c-.456.182-1.167.427-1.589.336-.907-.192-2.342-2.4-1.57-6.044.725-3.415 2.71-4.89 3.708-4.903Z"
}));
});
Allocine.displayName = 'Allocine';
export var AllocineDimensions = {
height: 24,
width: 24
};