@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.66 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Pusher = /*#__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: "M12 23.966v-6.017a.035.035 0 0 1 .018-.03l7.732-4.465a.035.035 0 0 0 .018-.031v-1.711a.036.036 0 0 0-.054-.031l-7.66 4.423a.036.036 0 0 1-.054-.031V14.36a.036.036 0 0 1 .018-.03l7.732-4.465a.037.037 0 0 0 .018-.031V8.124a.036.036 0 0 0-.053-.031l-7.661 4.423a.036.036 0 0 1-.054-.031v-1.711a.035.035 0 0 1 .018-.031L19.75 6.28a.036.036 0 0 0 .018-.03V4.514a.076.076 0 0 0-.035-.062L12.036.01a.07.07 0 0 0-.072 0L10.5.855a.036.036 0 0 0 0 .062l7.661 4.423a.036.036 0 0 1 0 .062l-1.464.845a.076.076 0 0 1-.072 0L8.929 1.804a.076.076 0 0 0-.076 0l-1.46.844a.036.036 0 0 0 0 .062l7.66 4.424a.036.036 0 0 1 0 .062l-1.464.845a.076.076 0 0 1-.076 0L5.821 3.597a.076.076 0 0 0-.076 0l-1.513.876v15.05a.035.035 0 0 0 .018.03l1.482.856a.036.036 0 0 0 .053-.03V5.432a.036.036 0 0 1 .054-.031l1.482.856a.036.036 0 0 1 .018.03v15.029a.036.036 0 0 0 .018.03l1.482.857a.036.036 0 0 0 .054-.032V7.227a.036.036 0 0 1 .054-.031l1.481.855a.036.036 0 0 1 .019.031v15.029a.037.037 0 0 0 .017.03l1.486.856a.036.036 0 0 0 .05-.031z"
}));
});
Pusher.displayName = 'Pusher';
export var PusherDimensions = {
height: 24,
width: 24
};