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.3 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.CancelOutline = 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 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M12 20.5c-4.688 0-8.5-3.812-8.5-8.5s3.812-8.5 8.497-8.5c4.69 0 8.503 3.812 8.503 8.5s-3.812 8.5-8.5 8.5zm0-15c-3.586 0-6.5 2.916-6.5 6.5s2.916 6.5 6.5 6.5 6.5-2.916 6.5-6.5-2.916-6.5-6.5-6.5zm.003 3A3.502 3.502 0 0115.5 12c0 .206-.02.412-.057.615l-4.057-4.059c.203-.036.408-.056.614-.056m.003-1a4.48 4.48 0 00-2.39.697l6.188 6.188a4.448 4.448 0 00.699-2.387A4.5 4.5 0 0012.003 7.5zm-3.446 3.884l4.059 4.06A3.504 3.504 0 018.5 11.998c0-.206.02-.412.057-.614m-.358-1.773a4.48 4.48 0 00-.699 2.387A4.502 4.502 0 0012 16.5a4.48 4.48 0 002.387-.699l-6.188-6.19z", key: "k0" }))); }); exports.CancelOutline.displayName = 'CancelOutline'; exports.CancelOutlineDimensions = { height: 24, width: 24 };