@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.39 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Openwrt = /*#__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 0A14.121 14.121 0 0 0 1.994 4.154L3.689 5.85A11.718 11.718 0 0 1 12 2.41a11.72 11.72 0 0 1 8.311 3.44l1.696-1.696A14.122 14.122 0 0 0 12 0zm0 4.32a9.812 9.812 0 0 0-6.947 2.893l1.695 1.695A7.414 7.414 0 0 1 12 6.73c2.043 0 3.905.832 5.252 2.178l1.695-1.695A9.814 9.814 0 0 0 12 4.32zM4.271 8.076a9.756 9.756 0 0 0-2.11 6.084C2.16 19.58 6.58 24 12 24c5.418 0 9.84-4.42 9.84-9.84a9.856 9.856 0 0 0-2.111-6.084L18.015 9.79a7.399 7.399 0 0 1 1.43 4.371c0 4.105-3.34 7.447-7.446 7.447-4.105 0-7.447-3.341-7.447-7.447 0-1.628.531-3.141 1.43-4.37L4.271 8.075zM12 8.643a5.561 5.561 0 0 0-3.906 1.613l1.695 1.695a3.13 3.13 0 0 1 4.422 0l1.695-1.695A5.501 5.501 0 0 0 12 8.643zm0 3.888a1.629 1.629 0 1 0 0 3.258 1.629 1.629 0 0 0 0-3.258z"
}));
});
Openwrt.displayName = 'Openwrt';
export var OpenwrtDimensions = {
height: 24,
width: 24
};