UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.11 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 BookmarkSmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("path", { stroke: "#FFF", strokeWidth: "2", d: "M44.685 8C50.175 8 53 12.262 53 17.498v7.124c0 1.313-1.114 2.374-2.487 2.374H42.4M44.685 8c-2.687 0-2.284 4.466-2.284 7.087v11.91M44.685 8H27.95C21.214 8 18 11.58 18 17.498v37.315c0 .655.557 1.187 1.244 1.187.348 0 .68-.14.916-.385l10.41-10.116 9.67 10.116c.465.483 1.251.516 1.758.073.257-.225.403-.543.403-.875V26.996" }), React.createElement("path", { fill: "#FFF", d: "M30.5 45.568l.095-.092 9.689 10.11a1.29 1.29 0 0 0 1.76.073c.258-.225.405-.542.405-.875V15.083c0-.29-.005-.6-.01-.925C42.396 11.533 42.34 8 44.736 8H30.5v37.568z", opacity: ".2" }))); exports.default = BookmarkSmall;