UNPKG

styled-icons

Version:

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

17 lines (16 loc) 1.28 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.LeftTopArrowCircle = 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: "M11.993 2.007a9.928 9.928 0 00-7.071 2.922c-3.899 3.899-3.899 10.243 0 14.143a9.931 9.931 0 007.071 2.923 9.928 9.928 0 007.071-2.923c3.899-3.899 3.899-10.243 0-14.143a9.927 9.927 0 00-7.071-2.922zm5.657 15.65a7.945 7.945 0 01-5.657 2.337c-2.141 0-4.15-.83-5.657-2.337-3.119-3.119-3.119-8.195 0-11.314a7.946 7.946 0 015.657-2.336c2.142 0 4.15.829 5.657 2.336 3.12 3.119 3.12 8.195 0 11.314z", key: "k0" }), React.createElement("path", { d: "M14.657 9H8.993v5.663l2.125-2.124 3.215 3.214 1.414-1.414-3.215-3.214z", key: "k1" }))); }); exports.LeftTopArrowCircle.displayName = 'LeftTopArrowCircle'; exports.LeftTopArrowCircleDimensions = { height: 24, width: 24 };