UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 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 Ruler1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.15 2.656a2.25 2.25 0 00-3.182 0l-1.186 1.186a.658.658 0 00-.049.05l-2.048 2.047a.854.854 0 00-.048.049l-7.478 7.478a2.25 2.25 0 000 3.182l4.694 4.693a2.25 2.25 0 003.181 0l10.81-10.81a2.25 2.25 0 000-3.181L17.15 2.656zm-4.655 6.202a.75.75 0 101.061-1.06l-1.304-1.304 1.036-1.036 3.139 3.138a.75.75 0 001.06-1.06L14.35 4.397l.68-.68a.75.75 0 011.06 0l4.694 4.693a.75.75 0 010 1.06L9.973 20.28a.75.75 0 01-1.06 0L4.22 15.587a.75.75 0 010-1.06l.679-.68 3.14 3.14a.75.75 0 101.06-1.06l-3.14-3.14 1.037-1.037 1.306 1.306a.75.75 0 001.06-1.061l-1.305-1.306 1.036-1.036 3.14 3.14a.75.75 0 101.06-1.06l-3.14-3.14 1.038-1.039 1.304 1.304z", fill: "#323544" })); exports.default = Ruler1;