UNPKG

@iconscout/react-unicons-monochrome

Version:

1,100+ vector icons as easy to use React Components

37 lines 1.47 kB
import * as React from "react"; import "../utils/style.css"; function UimGitlabAlt(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", "data-name": "Layer 1", viewBox: "0 0 24 24", width: props.size || '1em', height: props.size || '1em', fill: "currentColor", className: `ui-svg-inline ${props.className || ''}` }), /*#__PURE__*/React.createElement("g", { "data-name": "logo art" }, /*#__PURE__*/React.createElement("path", { opacity: 1, d: "m12 21.42 3.684-11.333H8.32L12 21.421Z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.25, d: "m3.16 10.087-1.123 3.444a.763.763 0 0 0 .277.852l9.685 7.038-8.84-11.334Z" }), /*#__PURE__*/React.createElement("path", { opacity: 1, d: "M3.16 10.087h5.16L6.1 3.262a.383.383 0 0 0-.728 0L3.16 10.087Z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.25, d: "m20.845 10.087 1.118 3.444a.763.763 0 0 1-.276.852l-9.688 7.038 8.846-11.334Z" }), /*#__PURE__*/React.createElement("path", { opacity: 1, d: "M20.845 10.087h-5.161L17.9 3.262a.383.383 0 0 1 .727 0l2.217 6.825Z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.5, d: "m11.999 21.421 3.685-11.334h5.161l-8.846 11.334z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.5, d: "m11.999 21.421-8.84-11.334H8.32l3.679 11.334z" }))); } export default UimGitlabAlt;