UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

8 lines (7 loc) 929 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var VectorPen = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "vector-pen" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { fillRule: "evenodd", d: "M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746 4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828zm-1.8 2.908-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565 8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174-3.6-3.6z" }), React.createElement("path", { fillRule: "evenodd", d: "M2.832 13.228 8 9a1 1 0 1 0-1-1l-4.228 5.168-.026.086z" }))); } }))); }; export default VectorPen;