styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 2.69 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Ok = 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 16zm11.986-17.331c-.51-.109-1.016-.251-1.532-.365-.476-.112-.949-.248-1.428-.351-.136-.03-.273-.086-.417-.075-.098.025-.176.097-.262.15L19.64 16.98c-.091.062-.18.123-.284.16.056-.215.162-.41.243-.613l.72-1.732c.235-.546.455-1.1.694-1.646.022-.055.05-.114.034-.172-.307-.092-.624-.153-.933-.234-.596-.145-1.192-.298-1.788-.44-.12-.028-.236-.078-.359-.086a.181.181 0 00-.056.072l-3.533 8.47a.469.469 0 00-.036.161c.195.067.401.1.599.153.701.17 1.4.346 2.099.518.13.03.259.084.395.084.076-.1.106-.226.156-.34.346-.816.68-1.637 1.028-2.453.058-.136.1-.278.172-.404.123-.016.237.037.354.062.818.203 1.64.398 2.456.607.222.06.473.142.598.356.1.15.059.342-.011.496l-.927 2.221c-.047.123-.125.24-.131.376.217.073.443.109.663.17.676.17 1.356.334 2.032.501.134.03.265.081.401.084a.585.585 0 00.08-.14c.416-1.005.836-2.004 1.254-3.006.1-.251.211-.499.264-.763a1.41 1.41 0 00-.122-1.053c-.184-.317-.518-.506-.844-.651-.353-.162-.738-.237-1.11-.337a.18.18 0 01.06-.075c1.393-.866 2.79-1.724 4.177-2.592v-.064zM16.882 12.97a1.178 1.178 0 00-.534-.905c-.273-.197-.59-.314-.902-.428a16.642 16.642 0 00-1.415-.396c-1.035-.25-2.068-.512-3.104-.763a19.278 19.278 0 00-2.247-.47c-.245-.006-.49-.017-.735.005a1.966 1.966 0 00-.916.382 2.43 2.43 0 00-.56.688c-.167.283-.28.593-.412.893l-1.629 3.915c-.178.406-.342.827-.395 1.27-.024.24.032.483.159.69.164.25.393.451.662.582.624.306 1.3.479 1.972.64 1.01.254 2.027.499 3.037.752.744.178 1.484.384 2.244.479.44.07.892.038 1.317-.095.34-.13.632-.358.841-.654.295-.398.462-.869.654-1.32.53-1.278 1.067-2.553 1.599-3.83.197-.452.39-.93.364-1.435zm-3.62.891c.02-.147-.085-.273-.208-.337-.25-.136-.535-.186-.807-.256-.722-.18-1.444-.358-2.17-.534a1.442 1.442 0 00-.634-.04c-.245.07-.368.318-.451.535-.41.975-.81 1.952-1.222 2.924-.045.114-.09.228-.1.35 0 .14.097.262.216.32.179.092.374.143.563.193l2.255.554c.262.061.537.128.805.07.225-.073.34-.304.423-.507l1.105-2.651c.087-.2.198-.398.226-.62z", key: "k0" })));
});
exports.Ok.displayName = 'Ok';
exports.OkDimensions = { height: 32, width: 32 };
;