UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Arg = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zM10.755 5.246l.01-.011a11.947 11.947 0 00-6.137 14.198 11.023 11.023 0 002.495 4.407c.807-1.773 1.434-3.62 2.177-5.405l2.22-5.628c.35-.86.626-1.774 1.242-2.485.648-.754 1.646-1.083 2.602-1.19a6.074 6.074 0 013.494.542c.775.425 1.274 1.21 1.571 2.028l3.08 8.071c.51 1.338.966 2.697 1.561 3.993a11.936 11.936 0 00-14.315-18.52zm4.439 8.134c-1.54 3.855-3.037 7.72-4.566 11.575-.18.446-.425.882-.478 1.37.52.372 1.136.584 1.73.829a11.968 11.968 0 009.834-.659c.11-.062.21-.141.298-.233-.107-.542-.372-1.041-.553-1.561-1.37-3.622-2.729-7.254-4.11-10.864-.137-.34-.244-.722-.54-.945-.553-.361-1.403-.149-1.615.488z", key: "k0" }))); }); exports.Arg.displayName = 'Arg'; exports.ArgDimensions = { height: 32, width: 32 };