UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 929 B
"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 BracketsCurlyThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M35.89 128C52 136.23 52 155.64 52 172c0 24.8 1.35 40 28 40a4 4 0 010 8c-36 0-36-26.61-36-48 0-24.8-1.35-40-28-40a4 4 0 010-8c26.65 0 28-15.2 28-40 0-21.39 0-48 36-48a4 4 0 010 8c-26.65 0-28 15.2-28 40 0 16.36 0 35.77-16.11 44zM240 124c-26.65 0-28-15.2-28-40 0-21.39 0-48-36-48a4 4 0 000 8c26.65 0 28 15.2 28 40 0 16.36 0 35.77 16.11 44C204 136.23 204 155.64 204 172c0 24.8-1.35 40-28 40a4 4 0 000 8c36 0 36-26.61 36-48 0-24.8 1.35-40 28-40a4 4 0 000-8z" })); exports.default = BracketsCurlyThin;