UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

5 lines (4 loc) 588 B
import * as React from 'react'; const LetterAUnderline = (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("path", { fill: "currentColor", d: "M12.75 12.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1 0-1.5zM8.113 1.004c.527.04.994.362 1.22.84l.044.105 3.072 8.033.024.073a.75.75 0 0 1-1.394.533l-.03-.07-.772-2.018H5.72l-.771 2.018a.75.75 0 0 1-1.4-.536L6.62 1.95l.046-.104C6.908 1.332 7.426 1 8 1zM6.294 7h3.41L8 2.542z" }))); export default LetterAUnderline;