UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Brush1Rotated = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.888 2.53a2.25 2.25 0 013.182 0l7.425 7.425a2.25 2.25 0 010 3.182L14.07 20.56a2.25 2.25 0 01-3.182 0L8.767 18.44l-1.945 1.945a2.25 2.25 0 11-3.182-3.182l1.945-1.945-2.121-2.12a2.25 2.25 0 010-3.182l7.424-7.425zm2.121 1.06a.75.75 0 00-1.06 0L6.645 8.895l8.486 8.486 5.303-5.304a.75.75 0 000-1.06l-3.713-3.713-1.237 1.237a.75.75 0 11-1.06-1.06l1.237-1.238-1.06-1.06-3.006 3.005a.75.75 0 01-1.06-1.06L13.54 4.12l-.53-.53zm1.06 14.85L5.586 9.955l-1.06 1.06a.75.75 0 000 1.06l7.424 7.425a.75.75 0 001.06 0l1.06-1.06zm-7.424-2.122l-1.944 1.945a.75.75 0 001.06 1.06l1.945-1.944-1.06-1.06z", fill: "#323544" })); exports.default = Brush1Rotated;