UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.19 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 RulerPen = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.75 5.5A2.25 2.25 0 016 3.25h4.585a2.25 2.25 0 012.25 2.25v12.998a2.25 2.25 0 01-2.25 2.25H6a2.25 2.25 0 01-2.25-2.25V5.5zM6 4.75a.75.75 0 00-.75.75v.95h2.989a.75.75 0 010 1.5H5.25v1.698h2.989a.75.75 0 110 1.5H5.25v1.7h2.989a.75.75 0 110 1.5H5.25v1.699h2.989a.75.75 0 010 1.5H5.25v.95c0 .415.336.75.75.75h4.585a.75.75 0 00.75-.75V5.5a.75.75 0 00-.75-.75H6zM14.335 16.581c0 .41.111.81.322 1.16l1.207 2.007c.874 1.453 2.982 1.453 3.856 0l1.207-2.007c.21-.35.322-.75.322-1.16V5.5A2.25 2.25 0 0019 3.25h-2.414a2.25 2.25 0 00-2.25 2.25v11.081zM18.999 4.75a.75.75 0 01.75.75v1.7h-3.914V5.5a.75.75 0 01.75-.75h2.414zm.75 3.95v7.881a.75.75 0 01-.107.387l-1.207 2.007a.75.75 0 01-1.286 0l-1.207-2.007a.75.75 0 01-.107-.387V8.7h3.914z", fill: "#323544" })); exports.default = RulerPen;