UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 592 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 Robloxstudio = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.936 15.356l-12.11-3.244L0 18.93 18.928 24l2.68-9.99-6.818-1.83-.854 3.176zM5.072 0L2.394 9.992l6.816 1.83.854-3.178 12.11 3.246L24 5.072 5.072 0z" })); exports.default = Robloxstudio;