@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 875 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Slickpic = /*#__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: "M21.483 18.308 6.056 14.085l2.52-9.201L24 9.104l-2.517 9.204zm-13.414-5.37 12.263 3.354 1.654-6.033L9.72 6.9l-1.65 6.034v.004zm.457 2.857-4.891 1.311-1.625-6.045 4.146-1.11.501-1.835L0 9.902l2.478 9.215 9.178-2.467"
}));
});
Slickpic.displayName = 'Slickpic';
export var SlickpicDimensions = {
height: 24,
width: 24
};