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.42 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.ArrowSync = 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: "M19.5 12.473c0-1.948-.618-3.397-2.066-4.844a1 1 0 00-1.414 1.415c1.079 1.078 1.48 2.007 1.48 3.429a5.46 5.46 0 01-1.611 3.888c-1.004 1.003-2.078 1.502-3.428 1.593l1.246-1.247a.999.999 0 10-1.414-1.414L8.586 19l3.707 3.707a.997.997 0 001.414 0 .999.999 0 000-1.414l-1.337-1.336c1.923-.082 3.542-.792 4.933-2.181a7.447 7.447 0 002.197-5.303zm-13 .027c0-1.469.572-2.85 1.611-3.889 1.009-1.009 2.092-1.508 3.457-1.594l-1.275 1.275A.999.999 0 0011 10a.997.997 0 00.707-.293L15.414 6l-3.707-3.707a.999.999 0 10-1.414 1.414l1.311 1.311c-1.914.086-3.525.796-4.907 2.179A7.447 7.447 0 004.5 12.5c0 1.948.618 3.397 2.066 4.844a.997.997 0 001.414-.001 1 1 0 000-1.415C6.901 14.851 6.5 13.922 6.5 12.5z", key: "k0" }))); }); exports.ArrowSync.displayName = 'ArrowSync'; exports.ArrowSyncDimensions = { height: 24, width: 24 };