@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Apachenetbeanside = /*#__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: "M22.858 6.121a.284.284 0 0 0-.121-.21C22.738 5.91 12.119.032 12.119.03a.249.249 0 0 0-.238 0c-.003 0-10.613 5.878-10.614 5.88a.28.28 0 0 0-.124.212V17.96c.014.056.017.125.07.16.019.08 10.618 5.8 10.67 5.851a.246.246 0 0 0 .234 0c.003-.001 10.614-5.795 10.615-5.798a.287.287 0 0 0 .125-.213V6.12zm-17.633 9.33-3.593 2.083V6.54l3.593 2.011zm13.55-6.9 3.593-2.01v10.993l-3.592-2.084zm-.74-.145L12 11.8a125706.698 125706.698 0 0 1-6.035-3.395L12 4.935zm-12.32 7.041v-6.62l6.04 3.397v6.545l-6.04-3.322zm6.53 3.322v-6.544l6.04-3.398v6.62l-6.04 3.322zM12 .525l10.11 5.598-3.578 2.003-6.41-3.686a.242.242 0 0 0-.244 0l-6.41 3.686L1.89 6.123 12 .525zM5.473 15.873l6.282 3.455v4.014l-9.868-5.39zm6.772 7.469v-4.014l6.282-3.455 3.586 2.079z"
}));
});
Apachenetbeanside.displayName = 'Apachenetbeanside';
export var ApachenetbeansideDimensions = {
height: 24,
width: 24
};