@icongo/sti
Version:
Super Tiny Icons
32 lines (31 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIVlc = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIVlc = function STIVlc(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "VLC",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f7901e",
d: "m437 400-36-94c-3-10-13-16-23-16H134c-10 0-20 6-23 16l-36 94c-2 3-2 7-2 11 0 16 13 29 29 29h308a29 29 0 0 0 27-40zM299 109l-15-51c-3-11-13-18-24-18h-8c-11 0-21 7-24 18l-15 51a307 307 0 0 0 86 0zm-43 74c-24 0-46-2-64-6l-19 65c20 8 49 13 83 13s63-5 83-13l-20-65c-17 4-39 6-63 6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f2f2f2",
d: "m319 177-20-68a307 307 0 0 1-86 0l-21 68c18 4 40 6 64 6s46-2 63-6zm-146 65-18 62c19 14 55 23 101 23s82-9 101-23l-18-62c-20 8-49 13-83 13s-63-5-83-13z"
})]
}));
};
exports.STIVlc = STIVlc;