@gravity-ui/icons
Version:
Pack of Gravity UI icons
12 lines (11 loc) • 2 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const LogoAcrobat = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { clipPath: "url(#a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.363 1.5c-.094.007-.377.122-.377.622 0 .593.12 1.248.337 1.927.209-.799.319-1.463.319-1.927 0-.359-.097-.513-.144-.565a.16.16 0 0 0-.135-.057m.885 4.637q.092-.262.174-.518c.431-1.326.72-2.587.72-3.497 0-.625-.173-1.173-.53-1.57A1.65 1.65 0 0 0 7.265.004c-.984.064-1.779.933-1.779 2.118 0 1.314.44 2.758 1.126 4.13a31 31 0 0 1-1.465 3.305c-.9.302-1.745.648-2.475 1.025-.714.368-1.352.783-1.822 1.24-.46.448-.85 1.027-.85 1.715 0 .465.157.91.488 1.243.33.332.776.491 1.242.491.541 0 1.038-.242 1.458-.547.428-.311.844-.738 1.24-1.225.604-.744 1.203-1.683 1.758-2.699a24.5 24.5 0 0 1 3.143-.739 11.3 11.3 0 0 0 1.606 1.369c.925.639 1.945 1.086 2.943 1.086.507 0 1.034-.126 1.45-.46.438-.353.672-.871.672-1.47 0-.758-.412-1.313-.983-1.66-.535-.327-1.231-.49-1.958-.563-.925-.092-2.02-.047-3.167.1a14 14 0 0 1-1.644-2.325m-.675 1.76a33 33 0 0 1-.481 1.095 26 26 0 0 1 1.093-.246 16 16 0 0 1-.612-.849m3.734 1.938q.24.195.481.36c.802.554 1.521.82 2.09.82.277 0 .436-.07.51-.13.052-.041.112-.113.112-.3 0-.129-.04-.244-.263-.38-.258-.156-.695-.288-1.327-.35a10.5 10.5 0 0 0-1.603-.02m-7.374 1.803q-.3.135-.574.277c-.645.333-1.14.668-1.463.982-.334.326-.396.54-.396.639 0 .126.039.172.05.184.013.012.057.05.18.05.095 0 .284-.047.576-.26.285-.207.608-.528.957-.957q.333-.411.67-.915", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
exports.default = LogoAcrobat;