@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
15 lines • 672 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var SymmetryVertical = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "btfont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M7 2.5a.5.5 0 0 0-.939-.24l-6 11A.5.5 0 0 0 .5 14h6a.5.5 0 0 0 .5-.5v-11zm2.376-.484a.5.5 0 0 1 .563.245l6 11A.5.5 0 0 1 15.5 14h-6a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .376-.484zM10 4.46V13h4.658L10 4.46z",
fillRule: "evenodd"
})
}));
//# sourceMappingURL=SymmetryVertical.js.map