@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.55 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BookPenSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#BookPenSIcon__a)", clipRule: "evenodd" },
React.createElement("path", { d: "M1.865 0C.835 0 0 .835 0 1.865v12.27C0 15.165.835 16 1.865 16h10.039c1.03 0 1.865-.835 1.865-1.865v-5.02a.75.75 0 0 0-1.5 0v2.039H1.5V1.865c0-.201.164-.365.365-.365h7.25a.75.75 0 0 0 0-1.5zM1.5 14.135v-1.481h10.77v1.48a.365.365 0 0 1-.366.366H1.865a.365.365 0 0 1-.365-.365M4.096 2.789a.75.75 0 1 0 0 1.5h2.23a.75.75 0 0 0 0-1.5zm0 2.788a.75.75 0 0 0 0 1.5h1.116a.75.75 0 1 0 0-1.5z" }),
React.createElement("path", { d: "M12.946 0a1.87 1.87 0 0 0-1.323.55L6.907 5.244a.75.75 0 0 0-.211.41l-.558 3.39a.75.75 0 0 0 .873.86l3.346-.602a.75.75 0 0 0 .399-.209l4.694-4.716a1.863 1.863 0 0 0 0-2.646l-.002-.001L14.27.552 14.27.551A1.86 1.86 0 0 0 12.946 0m0 1.5a.37.37 0 0 0-.26.108l-.003.004-4.546 4.524L7.79 8.24l2.068-.372 4.53-4.551.003-.004a.364.364 0 0 0 0-.518l-.002-.002-1.185-1.185a.37.37 0 0 0-.26-.108" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "BookPenSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
BookPenSIcon.displayName = 'BookPenSIcon';